03. Identifying Suites and Specs
Identifying Suites and Specs Quiz
If we compare the code within playerspec.js
(specifically the describe()
and it()
functions) with the content in the SpecRunner
page, we'll start to see a pattern. Which of statements below are true about the relationship between the code and the page?
SOLUTION:
- `describe()` calls are colored black
- `it()` calls are colored green